home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / QuakeTools / src / libqdisplay / clippoly.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-09  |  136 b   |  8 lines

  1. #ifndef CLIPPOLY_H
  2. #define CLIPPOLY_H
  3. #include "3d.h"
  4.  
  5. int clip_poly(int n, point_3d ** vl, int codes_or, point_3d *** out_vl);
  6.  
  7. #endif
  8.